home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / messerschmidt_s_macmagicoracle / card_6147.txt < prev    next >
Text File  |  1993-08-17  |  1KB  |  86 lines

  1. -- card: 6147 from stack: in
  2. -- bmap block id: 15288
  3. -- flags: 0000
  4. -- background id: 14530
  5. -- name: ANSWER
  6. ----- HyperTalk script -----
  7. ON OPENCARD
  8.   PUT "" INTO CARD FIELD 1
  9.  
  10.   CHOOSE BROWSE TOOL
  11.   GET LOCATION OF CARD FIELD 1
  12.   CLICK AT IT
  13.  
  14. END OPENCARD
  15.  
  16.  
  17.  
  18. ON MOUSEUP
  19.   PLAY "THUNDER"
  20. END MOUSEUP
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. -- part 1 (field)
  32. -- low flags: 00
  33. -- high flags: 6002
  34. -- rect: left=8 top=224 right=333 bottom=506
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 0
  38. -- font id: 3
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: WISH
  43.  
  44.  
  45. -- part 3 (button)
  46. -- low flags: 00
  47. -- high flags: A003
  48. -- rect: left=111 top=166 right=216 bottom=415
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Q     BAR
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   play "wind1"
  60.   visual dissolve slow to white
  61.   GO CARD "CLEAR"
  62.  
  63.   play "wind1"
  64.   play "wind1"
  65.   play "thunder"
  66.   repeat 2
  67.     visual  dissolve   to black
  68.     go card "dark"
  69.     visual  dissolve   to white
  70.  
  71.     wait 30 ticks
  72.     go card "clear"
  73.   end repeat
  74.  
  75.   put ((random of 8)+12) into choice
  76.   go card choice
  77.   flash
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part contents for card part 1
  83. ----- text -----
  84.  
  85.  
  86.